Api.StopLog method
Stops recording the specified data in the logging shared memory.
Namespace: IntervalZero.KINGSTAR.OpcUa.Api
Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0
Syntax
public KsCommandStatus<int> StopLog()
Public Function StopLog() As KsCommandStatus(Of Integer)
Return value
Type: KsCommandStatus<int>
Returns a state of a method and an integer.
Remarks
StopLog stops the log if it was started by another application or if you don't have the KsCommandStatus
variable.
Usable EtherCAT states
ecatOP
Examples
N/A
See also